Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 3,521 for

image watermarking

(0.28 sec)
  1. Create EditableDocument from File or Markup | D...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Watermark Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets) that are...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  2. C# Convertir PPT en PDF | PPTX en PDF | Convers...

    Convertissez PowerPoint PPT, PPTX en PDF dans .NET. Des exemples de code C# montrent la conversion de diapositives consécutives sélectives et le filigrane à l'aide de l'API de conversion....Options de formatage Qualité d’image Rotation Filigrane // Conversion...PdfConvertOptions { Watermark = new WatermarkTextOptions("Watermark") { Color...

    blog.groupdocs.com/fr/conversion/convert-presen...
  3. ¡Firma PDF con firma digital! | Firma GroupDocs

    ¡Firma PDF con firma digital (firma electrónica)! Simple y fácil con GroupDocs Signature. ¡Cree su firma digital electrónica PDF y firme PDF de forma gratuita!...PDF OpenOffice: ODT, ODC, ODP Images: PNG, JPEG, BMP, TIFF Las firmas...texto y ajustar su estilo. Image firma requiere que se cargue...

    products.groupdocs.app/es/signature/pdf
  4. Firma PDF con firma digitale! | Firma GroupDocs

    Firma PDF con firma digitale (firma elettronica)! Semplice e facile con GroupDocs Signature. Crea la tua firma digitale elettronica PDF e firma PDF gratuitamente!...PDF OpenOffice: ODT, ODC, ODP Images: PNG, JPEG, BMP, TIFF Le firme...regolazione del suo stile. Image firma richiede il caricamento...

    products.groupdocs.app/it/signature/pdf
  5. Chuyển bất kỳ hình ảnh nào sang PDF trong Java ...

    Chuyển đổi hình ảnh sang PDF trong Java. Chuyển đổi JPG, PNG, WebP, GIF, TIFF, TGA và nhiều hình ảnh khác sang PDF bằng Java API chuyển đổi tài liệu và hình ảnh....converter = new Converter("path/image.jpg"); converter.convert("output/convertedJpg...converter = new Converter("path/image.png"); converter.convert("o...

    blog.groupdocs.com/vi/conversion/convert-images...
  6. 在 Java 中將任何圖像轉換為 PDF | JPG、PNG、WebP、GIF、TIFF、BMP

    在 Java 中將圖像轉換為 PDF。使用文檔和圖像轉換 Java API 將 JPG、PNG、WebP、GIF、TIFF、TGA 和更多圖像轉換為 PDF。...converter = new Converter("path/image.jpg"); converter.convert("output/convertedJpg...converter = new Converter("path/image.png"); converter.convert("o...

    blog.groupdocs.com/zh-hant/conversion/convert-i...
  7. Convertir MSG en MHTML avec Node.js

    Apprenez à convertir du MSG en MHTML avec Node.js en quelques étapes simples. Ce guide explique également comment exporter du MSG vers MHTML avec Node.js grâce à une API de conversion performante....Watermark Product Family GroupDocs.Merger...toutes les ressources, comme les images et les styles, en un seul fichier...

    kb.groupdocs.com/fr/conversion/nodejs/convert-m...
  8. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-i...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...